
.footer *,
.section9 *,
.section7 .sec2 .right img,
.section8 *,
.secMenu ,
.secMenu .les a:after,
.switchMenu ul li .slide .ris a,
.switchMenu ul li .h2tit a,
.footer .wrap .block2 .ri a,
.section5 .wrap .list *,
.section6 .wrap .content .list  *,
.section3 .wrap .list *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}


.section9 .content1 .imgbox img:hover,
.section9 .content3 .list .imgbox img:hover,
.section8 .content2 .list .imgbox img:hover,
.section8 .content1 .list .imgbox img:hover,
.section7 .sec2 .right img:hover,
.head .wrap .right .nav ul li .slide .imgbox img:hover,
.section6 .wrap .content .list a .imgbox img:hover,
.section5 .wrap .list a:hover img,
.imgboxitem a:hover img{

-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);


}



.section9 .content3 .list .title:hover,
.section8 .content2 .list .title:hover,
.section8 .content1 .list .left .infor2:hover,
.head .wrap .right .nav ul li .slide .ris a:hover,
.switchMenu ul li .slide .ris a:hover,
.switchMenu ul li .h2tit a:hover,
.footer .wrap .block2 .ri a:hover,
.section6 .wrap .content .list a .con .title:hover,
.section5 .wrap .list a:hover span.titles,
.imgboxitem a:hover span.title{
    color: #FB6F12;
}
.head .wrap .right .lans dl dd a:hover{
        color: #fff;
        background: #FB6F12;
}

.section9 .content3 .list .title,
.section8 .content2 .list .title,
.mainBlock3 .swiper-slide .tit,
.mainBlock2 .item .tit,
.imgboxitem a span.title,
.section5 .wrap .list a span.titles,
.section6 .wrap .content .list a .con .title{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.section8 .content1 .list .left .infor2,
.section8 .content1 .list .left .dec,
.mainBlock2 .item .dec{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.section9 .content1 .dec,
.section6 .wrap .content .list a .con .dec{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; 
}